home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
modelers
/
geomview
/
source.lha
/
Geomview
/
src
/
bin
/
trigrp
/
trigrp.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-08-28
|
354 b
|
23 lines
#include <transform.h>
#include <hg4.h>
#include <point.h>
#include <plane.h>
#include <line.h>
#ifdef PI
#undef PI
#endif
#define PI 3.1415926
#define G_233 0
#define G_234 1
#define G_235 2
#define G_236 3
#define G_237 4
#define NUMGRPS 5
#define XMIN -.25
#define XMAX .75
#define YMIN -.1
#define YMAX .9
extern int active_group, which;